home *** CD-ROM | disk | FTP | other *** search
/ Font Garden / Font Garden (Walnut Creek) (October 1995) (1995).iso / pc / _bbs / wc30 / all.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-27  |  393 b   |  18 lines

  1. set cdrom=n:
  2. set output=n:\_bbs\wc30
  3.  
  4. REM  I set this globally, in ..\all.bat
  5. REM  To run this one batch file, change it here also.
  6. if .%in_type% == . goto not_set
  7. goto set
  8. :not_set
  9. echo in_type not set
  10. goto exit
  11. :set
  12.  
  13. del logfile
  14. del %output%\allfiles.txt
  15.  
  16. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit2
  17. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  18. :exit